home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / util / treecomp / _SETUP.1 / TreeComp.exe / 0 / RCDATA / TTREECOMPFORM / TTREECOMPFORM.txt
Encoding:
Text File  |  2001-02-01  |  28.5 KB  |  1,091 lines

  1. object TreeCompForm: TTreeCompForm
  2.   Left = 16
  3.   Top = 93
  4.   Width = 997
  5.   Height = 608
  6.   Caption = 'TreeComp'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   OldCreateOrder = True
  15.   Visible = True
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnResize = FormResize
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Splitter3: TSplitter
  23.     Left = 798
  24.     Top = 0
  25.     Width = 6
  26.     Height = 525
  27.     Cursor = crHSplit
  28.     Align = alRight
  29.   end
  30.   object Panel1: TPanel
  31.     Left = 0
  32.     Top = 0
  33.     Width = 798
  34.     Height = 525
  35.     Align = alClient
  36.     BevelInner = bvLowered
  37.     Caption = 'Panel1'
  38.     TabOrder = 0
  39.     object Splitter1: TSplitter
  40.       Left = 193
  41.       Top = 2
  42.       Width = 8
  43.       Height = 521
  44.       Cursor = crHSplit
  45.     end
  46.     object Panel5: TPanel
  47.       Left = 201
  48.       Top = 2
  49.       Width = 595
  50.       Height = 521
  51.       Align = alClient
  52.       Caption = 'Panel5'
  53.       TabOrder = 0
  54.       object ListView1: TListView
  55.         Left = 1
  56.         Top = 65
  57.         Width = 593
  58.         Height = 419
  59.         Align = alClient
  60.         Columns = <
  61.           item
  62.             Caption = 'Status'
  63.             MaxWidth = 19
  64.             Width = 19
  65.           end
  66.           item
  67.             Alignment = taRightJustify
  68.             Caption = 'Size Left'
  69.             Width = 70
  70.           end
  71.           item
  72.             Caption = 'Modified Left'
  73.             Width = 140
  74.           end
  75.           item
  76.             Caption = 'Name'
  77.             Width = 100
  78.           end
  79.           item
  80.             Caption = 'Modified Right'
  81.             Width = 140
  82.           end
  83.           item
  84.             Alignment = taRightJustify
  85.             Caption = 'Size Right'
  86.             Width = 70
  87.           end>
  88.         Font.Charset = DEFAULT_CHARSET
  89.         Font.Color = clMenuText
  90.         Font.Height = -12
  91.         Font.Name = 'MS Sans Serif'
  92.         Font.Style = []
  93.         HideSelection = False
  94.         Items.Data = {
  95.           5F000000020000000100000001000000FFFFFFFF050000000000000001610162
  96.           01630164016501660200000002000000FFFFFFFF060000000000000001710177
  97.           016501720174017900FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
  98.         LargeImages = Large
  99.         MultiSelect = True
  100.         ReadOnly = True
  101.         RowSelect = True
  102.         ParentFont = False
  103.         PopupMenu = PopupMenu1
  104.         SmallImages = ImageList1
  105.         TabOrder = 1
  106.         ViewStyle = vsReport
  107.         OnChange = ListView1Change
  108.         OnChanging = ListView1Changing
  109.         OnColumnClick = ListView1ColumnClick
  110.         OnCompare = ListView1Compare
  111.         OnDblClick = ListView1DblClick
  112.         OnKeyDown = ListView1KeyDown
  113.         OnKeyPress = ListView1KeyPress
  114.       end
  115.       object DirsPanel: TPanel
  116.         Left = 1
  117.         Top = 33
  118.         Width = 593
  119.         Height = 32
  120.         Align = alTop
  121.         BevelOuter = bvNone
  122.         TabOrder = 0
  123.         object BothDirPanel: TPanel
  124.           Left = 0
  125.           Top = 0
  126.           Width = 593
  127.           Height = 32
  128.           Align = alClient
  129.           BevelOuter = bvNone
  130.           Caption = 'Middle'
  131.           Font.Charset = DEFAULT_CHARSET
  132.           Font.Color = clWindowText
  133.           Font.Height = -12
  134.           Font.Name = 'MS Sans Serif'
  135.           Font.Style = [fsBold]
  136.           ParentFont = False
  137.           TabOrder = 0
  138.           object LeftDirLabel: TLabel
  139.             Left = 0
  140.             Top = 0
  141.             Width = 546
  142.             Height = 32
  143.             Cursor = crHandPoint
  144.             Align = alClient
  145.             Caption = 'LeftDir'
  146.             Font.Charset = DEFAULT_CHARSET
  147.             Font.Color = clBlue
  148.             Font.Height = -12
  149.             Font.Name = 'MS Sans Serif'
  150.             Font.Style = [fsBold]
  151.             ParentFont = False
  152.             Transparent = True
  153.             Layout = tlCenter
  154.             OnClick = FileSelectDirectories1Click
  155.           end
  156.           object RightDirLabel: TLabel
  157.             Left = 546
  158.             Top = 0
  159.             Width = 47
  160.             Height = 32
  161.             Cursor = crHandPoint
  162.             Align = alRight
  163.             Alignment = taRightJustify
  164.             Caption = 'RightDir'
  165.             Font.Charset = DEFAULT_CHARSET
  166.             Font.Color = clRed
  167.             Font.Height = -12
  168.             Font.Name = 'MS Sans Serif'
  169.             Font.Style = [fsBold]
  170.             ParentFont = False
  171.             Transparent = True
  172.             Layout = tlCenter
  173.             OnClick = FileSelectDirectories1Click
  174.           end
  175.         end
  176.       end
  177.       object Panel9: TPanel
  178.         Left = 1
  179.         Top = 1
  180.         Width = 593
  181.         Height = 32
  182.         Align = alTop
  183.         BevelOuter = bvNone
  184.         Caption = 'Panel9'
  185.         TabOrder = 2
  186.         object ToolBar1: TToolBar
  187.           Left = 0
  188.           Top = 0
  189.           Width = 81
  190.           Align = alLeft
  191.           AutoSize = True
  192.           EdgeBorders = [ebLeft, ebTop, ebRight, ebBottom]
  193.           Enabled = False
  194.           Images = ImageList1
  195.           ParentShowHint = False
  196.           ShowHint = True
  197.           TabOrder = 0
  198.           object TBCopyNewerLeftToRight: TToolButton
  199.             Left = 0
  200.             Top = 2
  201.             Hint = 'Overwrite newer files from blue to red'
  202.             Caption = 'TBCopyNewerLeftToRight'
  203.             Enabled = False
  204.             ImageIndex = 18
  205.             OnClick = CopyMoreRecent1Click
  206.           end
  207.           object TBCopyLeftToRight: TToolButton
  208.             Left = 23
  209.             Top = 2
  210.             Hint = 'Copy files from blue to red'
  211.             Caption = 'TBCopyLeftToRight'
  212.             Enabled = False
  213.             ImageIndex = 17
  214.             OnClick = CopyToOtherDirectory1Click
  215.           end
  216.           object ToolButton1: TToolButton
  217.             Left = 46
  218.             Top = 2
  219.             Width = 8
  220.             Caption = 'ToolButton1'
  221.             Enabled = False
  222.             ImageIndex = 8
  223.             Style = tbsSeparator
  224.           end
  225.           object TBDeleteLeft: TToolButton
  226.             Left = 54
  227.             Top = 2
  228.             Hint = 'ToolButton1'
  229.             Caption = 'TBDeleteLeft'
  230.             Enabled = False
  231.             ImageIndex = 8
  232.             OnClick = Delete1Click
  233.           end
  234.         end
  235.         object ToolBar2: TToolBar
  236.           Left = 512
  237.           Top = 0
  238.           Width = 81
  239.           Align = alRight
  240.           AutoSize = True
  241.           EdgeBorders = [ebLeft, ebTop, ebRight, ebBottom]
  242.           Enabled = False
  243.           Images = ImageList1
  244.           ParentShowHint = False
  245.           ShowHint = True
  246.           TabOrder = 1
  247.           object TBDeleteRight: TToolButton
  248.             Left = 0
  249.             Top = 2
  250.             Hint = 'Copy files from blue to red'
  251.             Caption = 'ToolButton3'
  252.             Enabled = False
  253.             ImageIndex = 9
  254.             OnClick = Delete1Click
  255.           end
  256.           object ToolButton2: TToolButton
  257.             Left = 23
  258.             Top = 2
  259.             Width = 8
  260.             Caption = 'ToolButton2'
  261.             Enabled = False
  262.             ImageIndex = 4
  263.             Style = tbsSeparator
  264.           end
  265.           object TBCopyRightToLeft: TToolButton
  266.             Left = 31
  267.             Top = 2
  268.             Hint = 'ToolButton2'
  269.             Caption = 'TBCopyRightToLeft'
  270.             Enabled = False
  271.             ImageIndex = 20
  272.             OnClick = CopyToOtherDirectory1Click
  273.           end
  274.           object TBCopyNewerRightToLeft: TToolButton
  275.             Left = 54
  276.             Top = 2
  277.             Hint = 'ToolButton3'
  278.             Caption = 'TBCopyNewerRightToLeft'
  279.             Enabled = False
  280.             ImageIndex = 19
  281.             OnClick = CopyMoreRecent1Click
  282.           end
  283.         end
  284.         object Panel10: TPanel
  285.           Left = 81
  286.           Top = 0
  287.           Width = 200
  288.           Height = 32
  289.           Align = alLeft
  290.           BevelOuter = bvNone
  291.           TabOrder = 2
  292.         end
  293.         object Panel12: TPanel
  294.           Left = 281
  295.           Top = 0
  296.           Width = 231
  297.           Height = 32
  298.           Align = alClient
  299.           BevelOuter = bvNone
  300.           TabOrder = 3
  301.           object ToolBar3: TToolBar
  302.             Left = 0
  303.             Top = 0
  304.             Width = 121
  305.             Height = 29
  306.             Align = alNone
  307.             Anchors = [akLeft, akTop, akBottom]
  308.             EdgeBorders = [ebLeft, ebTop, ebRight, ebBottom]
  309.             Enabled = False
  310.             Images = ImageList1
  311.             ParentShowHint = False
  312.             ShowHint = True
  313.             TabOrder = 0
  314.             object TBShowLeftOnly: TToolButton
  315.               Left = 0
  316.               Top = 2
  317.               Hint = 'Show/Hide files existing on the left side only'
  318.               AllowAllUp = True
  319.               Caption = 'TBShowLeftOnly'
  320.               Down = True
  321.               Enabled = False
  322.               ImageIndex = 1
  323.               Style = tbsCheck
  324.               OnClick = TBShowNormalClick
  325.             end
  326.             object TBShowLeftNewer: TToolButton
  327.               Left = 23
  328.               Top = 2
  329.               Hint = 'Show/Hide files that are newer on the left side'
  330.               AllowAllUp = True
  331.               Caption = 'TBShowLeftNewer'
  332.               Down = True
  333.               Enabled = False
  334.               ImageIndex = 2
  335.               Style = tbsCheck
  336.               OnClick = TBShowNormalClick
  337.             end
  338.             object TBShowNormal: TToolButton
  339.               Left = 46
  340.               Top = 2
  341.               Hint = 'Show/Hide normal/masked files'
  342.               AllowAllUp = True
  343.               Caption = 'TBShowNormal'
  344.               Enabled = False
  345.               ImageIndex = 5
  346.               Style = tbsCheck
  347.               OnClick = TBShowNormalClick
  348.             end
  349.             object TBShowRightNewer: TToolButton
  350.               Left = 69
  351.               Top = 2
  352.               Hint = 'Show/Hide files that are newer on the right side'
  353.               AllowAllUp = True
  354.               Caption = 'TBShowRightNewer'
  355.               Down = True
  356.               Enabled = False
  357.               ImageIndex = 3
  358.               Style = tbsCheck
  359.               OnClick = TBShowNormalClick
  360.             end
  361.             object TBShowRightOnly: TToolButton
  362.               Left = 92
  363.               Top = 2
  364.               Hint = 'Show/Hide files existing on the right side only'
  365.               AllowAllUp = True
  366.               Caption = 'TBShowRightOnly'
  367.               Down = True
  368.               Enabled = False
  369.               ImageIndex = 4
  370.               Style = tbsCheck
  371.               OnClick = TBShowNormalClick
  372.             end
  373.           end
  374.         end
  375.       end
  376.       object UpdateHistoryRightFileListBox: TListBox
  377.         Left = 1
  378.         Top = 502
  379.         Width = 593
  380.         Height = 18
  381.         TabStop = False
  382.         Align = alBottom
  383.         ExtendedSelect = False
  384.         Font.Charset = DEFAULT_CHARSET
  385.         Font.Color = clRed
  386.         Font.Height = -11
  387.         Font.Name = 'Courier New'
  388.         Font.Style = []
  389.         IntegralHeight = True
  390.         ItemHeight = 14
  391.         ParentFont = False
  392.         TabOrder = 3
  393.         TabWidth = 32
  394.         Visible = False
  395.       end
  396.       object UpdateHistoryLeftFileListBox: TListBox
  397.         Left = 1
  398.         Top = 484
  399.         Width = 593
  400.         Height = 18
  401.         TabStop = False
  402.         Align = alBottom
  403.         ExtendedSelect = False
  404.         Font.Charset = DEFAULT_CHARSET
  405.         Font.Color = clBlue
  406.         Font.Height = -11
  407.         Font.Name = 'Courier New'
  408.         Font.Style = []
  409.         IntegralHeight = True
  410.         ItemHeight = 14
  411.         ParentFont = False
  412.         TabOrder = 4
  413.         TabWidth = 32
  414.         Visible = False
  415.       end
  416.     end
  417.     object Panel13: TPanel
  418.       Left = 2
  419.       Top = 2
  420.       Width = 191
  421.       Height = 521
  422.       Align = alLeft
  423.       Caption = 'Panel13'
  424.       ParentShowHint = False
  425.       ShowHint = False
  426.       TabOrder = 1
  427.       object Panel14: TPanel
  428.         Left = 1
  429.         Top = 1
  430.         Width = 189
  431.         Height = 32
  432.         Align = alTop
  433.         BevelOuter = bvNone
  434.         Caption = 'Panel14'
  435.         TabOrder = 0
  436.         object Panel15: TPanel
  437.           Left = 0
  438.           Top = 0
  439.           Width = 73
  440.           Height = 32
  441.           Align = alLeft
  442.           BevelOuter = bvNone
  443.           TabOrder = 0
  444.           object Label1: TLabel
  445.             Left = 0
  446.             Top = 0
  447.             Width = 63
  448.             Height = 13
  449.             Caption = 'Scan started:'
  450.             Font.Charset = DEFAULT_CHARSET
  451.             Font.Color = clPurple
  452.             Font.Height = -12
  453.             Font.Name = 'MS Sans Serif'
  454.             Font.Style = []
  455.             ParentFont = False
  456.           end
  457.         end
  458.         object Panel17: TPanel
  459.           Left = 73
  460.           Top = 0
  461.           Width = 116
  462.           Height = 32
  463.           Align = alClient
  464.           BevelOuter = bvNone
  465.           TabOrder = 1
  466.           object Label2: TLabel
  467.             Left = 32
  468.             Top = 0
  469.             Width = 50
  470.             Height = 13
  471.             Caption = 'Scan time:'
  472.             Font.Charset = DEFAULT_CHARSET
  473.             Font.Color = clPurple
  474.             Font.Height = -12
  475.             Font.Name = 'MS Sans Serif'
  476.             Font.Style = []
  477.             ParentFont = False
  478.           end
  479.           object ToolBar4: TToolBar
  480.             Left = 1
  481.             Top = 1
  482.             Width = 27
  483.             Height = 28
  484.             Align = alNone
  485.             AutoSize = True
  486.             EdgeBorders = [ebLeft, ebTop, ebRight, ebBottom]
  487.             Images = ImageList1
  488.             ParentShowHint = False
  489.             ShowHint = True
  490.             TabOrder = 0
  491.             object tbFullCollapse: TToolButton
  492.               Left = 0
  493.               Top = 2
  494.               Hint = 'Expand/Collapse the Tree'
  495.               Caption = 'TBShowNormal'
  496.               Enabled = False
  497.               ImageIndex = 21
  498.               Style = tbsCheck
  499.               OnClick = tbFullCollapseClick
  500.             end
  501.           end
  502.         end
  503.       end
  504.       object TreeView1: TTreeView
  505.         Left = 1
  506.         Top = 53
  507.         Width = 189
  508.         Height = 467
  509.         Align = alClient
  510.         HideSelection = False
  511.         Images = ImageList1
  512.         Indent = 19
  513.         ParentShowHint = False
  514.         PopupMenu = PopupMenu2
  515.         ReadOnly = True
  516.         RightClickSelect = True
  517.         ShowHint = False
  518.         SortType = stText
  519.         TabOrder = 1
  520.         OnChange = TreeView1Change
  521.         OnCollapsed = TreeView1Expanded
  522.         OnContextPopup = TreeView1ContextPopup
  523.         OnExpanded = TreeView1Expanded
  524.         Items.Data = {
  525.           010000001E0000000000000000000000FFFFFFFFFFFFFFFF0000000002000000
  526.           0571756972741D0000000000000000000000FFFFFFFFFFFFFFFF000000000000
  527.           00000470726F6A1C0000000000000000000000FFFFFFFFFFFFFFFF0000000002
  528.           00000003737263210000000400000004000000FFFFFFFFFFFFFFFF0000000000
  529.           0000000844656C70686920331E0000000000000000000000FFFFFFFFFFFFFFFF
  530.           0000000000000000057175697274}
  531.       end
  532.       object Panel3: TPanel
  533.         Left = 1
  534.         Top = 33
  535.         Width = 189
  536.         Height = 20
  537.         Align = alTop
  538.         BevelOuter = bvNone
  539.         TabOrder = 2
  540.         object CheckBoxHideOldFiles: TCheckBox
  541.           Left = 8
  542.           Top = 0
  543.           Width = 89
  544.           Height = 17
  545.           TabStop = False
  546.           Anchors = [akLeft, akTop, akRight, akBottom]
  547.           Caption = 'H&ide Old Files'
  548.           TabOrder = 0
  549.           OnClick = CheckBoxHideOldFilesClick
  550.         end
  551.       end
  552.     end
  553.   end
  554.   object StatusBar1: TStatusBar
  555.     Left = 0
  556.     Top = 542
  557.     Width = 989
  558.     Height = 20
  559.     Panels = <
  560.       item
  561.         Width = 200
  562.       end
  563.       item
  564.         Width = 225
  565.       end
  566.       item
  567.         Width = 150
  568.       end
  569.       item
  570.         Width = 225
  571.       end>
  572.     SimplePanel = False
  573.   end
  574.   object StatusPanel: TPanel
  575.     Left = 0
  576.     Top = 525
  577.     Width = 989
  578.     Height = 17
  579.     Hint = 'Double click for ftp details'
  580.     Align = alBottom
  581.     Alignment = taLeftJustify
  582.     BevelInner = bvLowered
  583.     BevelOuter = bvNone
  584.     ParentShowHint = False
  585.     ShowHint = True
  586.     TabOrder = 2
  587.     OnDblClick = StatusPanelDblClick
  588.     object ProgressBar1: TProgressBar
  589.       Left = 693
  590.       Top = 1
  591.       Width = 295
  592.       Height = 15
  593.       Align = alRight
  594.       Min = 0
  595.       Max = 100
  596.       TabOrder = 0
  597.     end
  598.   end
  599.   object Panel2: TPanel
  600.     Left = 804
  601.     Top = 0
  602.     Width = 185
  603.     Height = 525
  604.     Align = alRight
  605.     Caption = 'Panel2'
  606.     TabOrder = 3
  607.     object Splitter2: TSplitter
  608.       Left = 91
  609.       Top = 1
  610.       Width = 5
  611.       Height = 523
  612.       Cursor = crHSplit
  613.       Align = alRight
  614.     end
  615.     object Memo2: TMemo
  616.       Left = 96
  617.       Top = 1
  618.       Width = 88
  619.       Height = 523
  620.       Align = alRight
  621.       Lines.Strings = (
  622.         'Memo2')
  623.       ScrollBars = ssBoth
  624.       TabOrder = 1
  625.     end
  626.     object Memo1: TMemo
  627.       Left = 1
  628.       Top = 1
  629.       Width = 90
  630.       Height = 523
  631.       Align = alClient
  632.       Lines.Strings = (
  633.         'Memo1')
  634.       ScrollBars = ssBoth
  635.       TabOrder = 0
  636.     end
  637.   end
  638.   object ImageList1: TImageList
  639.     Left = 280
  640.   end
  641.   object MainMenu1: TMainMenu
  642.     Left = 648
  643.     object File1: TMenuItem
  644.       Caption = '&File'
  645.       object FileSelectDirectories1: TMenuItem
  646.         Caption = '&Select Directories'
  647.         OnClick = FileSelectDirectories1Click
  648.       end
  649.       object N3: TMenuItem
  650.         Caption = '-'
  651.       end
  652.       object FilePreferences1: TMenuItem
  653.         Caption = '&Preferences'
  654.         OnClick = FilePreferences1Click
  655.       end
  656.       object N2: TMenuItem
  657.         Caption = '-'
  658.       end
  659.       object FilePrint1: TMenuItem
  660.         Caption = '&Print...'
  661.         OnClick = FilePrint1Click
  662.       end
  663.       object FilePrintSetup1: TMenuItem
  664.         Caption = 'P&rint Setup...'
  665.         OnClick = FilePrintSetup1Click
  666.       end
  667.       object N1: TMenuItem
  668.         Caption = '-'
  669.       end
  670.       object FileExit1: TMenuItem
  671.         Caption = 'E&xit'
  672.         OnClick = FileExit1Click
  673.       end
  674.     end
  675.     object CompareTrees1: TMenuItem
  676.       Caption = '&Compare Trees'
  677.       object CompareTreesDefault1: TMenuItem
  678.         Caption = 'Default'
  679.         RadioItem = True
  680.         OnClick = CompareTreesDefault1Click
  681.       end
  682.       object N10: TMenuItem
  683.         Caption = '-'
  684.       end
  685.       object CompareTreesMoreOptions1: TMenuItem
  686.         Caption = 'More &Options'
  687.         OnClick = CompareTreesMoreOptions1Click
  688.       end
  689.       object CompareTreesStop: TMenuItem
  690.         Caption = 'Stop'
  691.         Enabled = False
  692.         OnClick = StopComparison1Click
  693.       end
  694.     end
  695.     object View1: TMenuItem
  696.       Caption = '&View'
  697.       object ArrangeIcons1: TMenuItem
  698.         Caption = 'Arrange &Icons'
  699.         object byStatus1: TMenuItem
  700.           Caption = 'by &Status'
  701.           Checked = True
  702.           RadioItem = True
  703.           OnClick = byStatus1Click
  704.         end
  705.         object byAttributeLeft1: TMenuItem
  706.           Caption = 'by &Attribute Left'
  707.           RadioItem = True
  708.           OnClick = byStatus1Click
  709.         end
  710.         object bySizeleft1: TMenuItem
  711.           Caption = 'by S&ize left'
  712.           RadioItem = True
  713.           OnClick = byStatus1Click
  714.         end
  715.         object byModifiedLeft1: TMenuItem
  716.           Caption = 'by &Modified Left'
  717.           RadioItem = True
  718.           OnClick = byStatus1Click
  719.         end
  720.         object byName1: TMenuItem
  721.           Caption = 'by &Name'
  722.           RadioItem = True
  723.           OnClick = byStatus1Click
  724.         end
  725.         object byModifiedRight1: TMenuItem
  726.           Caption = 'by M&odified Right'
  727.           RadioItem = True
  728.           OnClick = byStatus1Click
  729.         end
  730.         object bySizeRight1: TMenuItem
  731.           Caption = 'by Si&ze Right'
  732.           RadioItem = True
  733.           OnClick = byStatus1Click
  734.         end
  735.         object byAttributeRight1: TMenuItem
  736.           Caption = 'by A&ttribute Right'
  737.           RadioItem = True
  738.           OnClick = byStatus1Click
  739.         end
  740.       end
  741.       object N9: TMenuItem
  742.         Caption = '-'
  743.       end
  744.       object ViewRefresh1: TMenuItem
  745.         Caption = '&Refresh'
  746.         ShortCut = 116
  747.         OnClick = ViewRefresh1Click
  748.       end
  749.     end
  750.     object Options1: TMenuItem
  751.       Caption = '&Options'
  752.       object OptionsMonitoringThread1: TMenuItem
  753.         Caption = '&Monitoring Thread'
  754.         OnClick = OptionsMonitoringThread1Click
  755.       end
  756.       object OptionsFileattributes1: TMenuItem
  757.         Caption = '&File attributes'
  758.         OnClick = OptionsFileattributes1Click
  759.       end
  760.     end
  761.     object Debug1: TMenuItem
  762.       Caption = '&Debug'
  763.       object DebugFindFirstFile1: TMenuItem
  764.         Caption = 'FindFirstFile'
  765.         OnClick = DebugFindFirstFile1Click
  766.       end
  767.       object DebugMarkClean1: TMenuItem
  768.         Caption = 'Mark &Clean'
  769.         OnClick = DebugMarkClean1Click
  770.       end
  771.       object DebugShowMemos1: TMenuItem
  772.         Caption = 'Show &Memos'
  773.         OnClick = DebugShowMemos1Click
  774.       end
  775.       object DebugWalkThrough1: TMenuItem
  776.         Caption = '&WalkThrough'
  777.         OnClick = DebugWalkThrough1Click
  778.       end
  779.       object DebugCumNodeSize1: TMenuItem
  780.         Caption = 'CumNodeSize'
  781.         OnClick = DebugCumNodeSize1Click
  782.       end
  783.       object DebugDumpModifications1: TMenuItem
  784.         Caption = 'Dump Modifications'
  785.         OnClick = DebugDumpModifications1Click
  786.       end
  787.       object DebugInspectFilesAtNode1: TMenuItem
  788.         Caption = 'Inspect Files At Node'
  789.         OnClick = DebugInspectFilesAtNode1Click
  790.       end
  791.       object DebugUForceDirectoriesTest1: TMenuItem
  792.         Caption = 'UForceDirectoriesTest'
  793.         OnClick = DebugUForceDirectoriesTest1Click
  794.       end
  795.       object DebugFileNameFindFirstDir1: TMenuItem
  796.         Caption = 'FileNameFindFirst(Dir)'
  797.         OnClick = DebugFileNameFindFirstDir1Click
  798.       end
  799.       object DebugToggleImageIndex1: TMenuItem
  800.         Caption = 'ToggleImageIndex'
  801.         OnClick = DebugToggleImageIndex1Click
  802.       end
  803.     end
  804.     object Help1: TMenuItem
  805.       Caption = '&Help'
  806.       object HelpTopics1: TMenuItem
  807.         Caption = '&Help Topics'
  808.         OnClick = HelpTopics1Click
  809.       end
  810.       object N6: TMenuItem
  811.         Caption = '-'
  812.       end
  813.       object HelpAbout1: TMenuItem
  814.         Caption = '&About...'
  815.         OnClick = HelpAbout1Click
  816.       end
  817.     end
  818.   end
  819.   object PopupMenu1: TPopupMenu
  820.     OnPopup = Timer1Timer
  821.     Left = 680
  822.     object CopyToOtherDirectory1: TMenuItem
  823.       Caption = 'Copy to &Other Directory'
  824.       Enabled = False
  825.       ShortCut = 16463
  826.       OnClick = CopyToOtherDirectory1Click
  827.     end
  828.     object CopyMoreRecent1: TMenuItem
  829.       Caption = 'Copy More &Recent'
  830.       Enabled = False
  831.       ShortCut = 16466
  832.       OnClick = CopyMoreRecent1Click
  833.     end
  834.     object CopyLessRecent1: TMenuItem
  835.       Caption = 'Copy &Less Recent'
  836.       Enabled = False
  837.       ShortCut = 16460
  838.       OnClick = CopyMoreRecent1Click
  839.     end
  840.     object N4: TMenuItem
  841.       Caption = '-'
  842.     end
  843.     object Edit1: TMenuItem
  844.       Caption = '&Edit'
  845.       Enabled = False
  846.       ShortCut = 16453
  847.       OnClick = ListView1DblClick
  848.     end
  849.     object EditLeftFile1: TMenuItem
  850.       Caption = 'Ed&it Left File(s)'
  851.       Enabled = False
  852.       ShortCut = 16457
  853.       Visible = False
  854.       OnClick = ListView1DblClick
  855.     end
  856.     object EditRightFile1: TMenuItem
  857.       Caption = 'Edi&t Right File(s)'
  858.       Enabled = False
  859.       ShortCut = 16468
  860.       Visible = False
  861.       OnClick = ListView1DblClick
  862.     end
  863.     object Windiff1: TMenuItem
  864.       Caption = '&Windiff'
  865.       Enabled = False
  866.       ShortCut = 16471
  867.       OnClick = ListView1DblClick
  868.     end
  869.     object Open1: TMenuItem
  870.       Caption = 'Open'
  871.       Enabled = False
  872.       ShortCut = 16472
  873.       OnClick = ListView1DblClick
  874.     end
  875.     object OpenLeftFile1: TMenuItem
  876.       Caption = 'Open Left'
  877.       Enabled = False
  878.       ShortCut = 16469
  879.       Visible = False
  880.       OnClick = ListView1DblClick
  881.     end
  882.     object OpenRightFile1: TMenuItem
  883.       Caption = 'Open Right'
  884.       Enabled = False
  885.       ShortCut = 16470
  886.       Visible = False
  887.       OnClick = ListView1DblClick
  888.     end
  889.     object AddToUpdateHistory1: TMenuItem
  890.       Caption = 'Add to Update &History...'
  891.       Enabled = False
  892.       ShortCut = 16456
  893.       OnClick = ListView1DblClick
  894.     end
  895.     object N5: TMenuItem
  896.       Caption = '-'
  897.     end
  898.     object Rename1: TMenuItem
  899.       Caption = 'Rena&me'
  900.       Enabled = False
  901.       ShortCut = 113
  902.       OnClick = Rename1Click
  903.     end
  904.     object Delete1: TMenuItem
  905.       Caption = '&Delete'
  906.       Enabled = False
  907.       ShortCut = 16452
  908.       OnClick = Delete1Click
  909.     end
  910.     object DeleteLeft1: TMenuItem
  911.       Caption = 'Delete Le&ft'
  912.       Enabled = False
  913.       ShortCut = 16454
  914.       Visible = False
  915.       OnClick = Delete1Click
  916.     end
  917.     object DeleteRight1: TMenuItem
  918.       Caption = 'Delete Ri&ght'
  919.       Enabled = False
  920.       ShortCut = 16455
  921.       Visible = False
  922.       OnClick = Delete1Click
  923.     end
  924.     object DeleteBoth1: TMenuItem
  925.       Caption = 'Delete &Both'
  926.       Enabled = False
  927.       ShortCut = 16450
  928.       OnClick = Delete1Click
  929.     end
  930.     object CopytoLeft1: TMenuItem
  931.       Caption = 'Co&py to Left'
  932.       Enabled = False
  933.       ShortCut = 16464
  934.       Visible = False
  935.       OnClick = CopyMoreRecent1Click
  936.     end
  937.     object CopytoRight1: TMenuItem
  938.       Caption = 'Cop&y to Right'
  939.       Enabled = False
  940.       ShortCut = 16473
  941.       Visible = False
  942.       OnClick = CopyMoreRecent1Click
  943.     end
  944.     object CopyToToday1: TMenuItem
  945.       Caption = 'Copy to'
  946.       Enabled = False
  947.       ShortCut = 16467
  948.       Visible = False
  949.       OnClick = CopyToOtherDirectory1Click
  950.     end
  951.     object N7: TMenuItem
  952.       Caption = '-'
  953.     end
  954.     object Exploreleft1: TMenuItem
  955.       Caption = 'Explore Left'
  956.       Enabled = False
  957.       ShortCut = 49240
  958.       OnClick = Exploreleft1Click
  959.     end
  960.     object Exploreright1: TMenuItem
  961.       Caption = 'Explore Right'
  962.       Enabled = False
  963.       ShortCut = 49241
  964.       OnClick = Exploreleft1Click
  965.     end
  966.   end
  967.   object PrinterSetupDialog1: TPrinterSetupDialog
  968.     Left = 312
  969.   end
  970.   object PrintDialog1: TPrintDialog
  971.     Left = 344
  972.   end
  973.   object PopupMenu2: TPopupMenu
  974.     Left = 616
  975.     object TreeViewWindiff: TMenuItem
  976.       Caption = '&Windiff'
  977.       ShortCut = 16471
  978.       OnClick = TreeView1WindiffClick
  979.     end
  980.     object TreeViewNewDirLeft: TMenuItem
  981.       Caption = 'New directory &Left'
  982.       ShortCut = 16460
  983.       OnClick = TreeViewNewdirectoryClick
  984.     end
  985.     object TreeViewNewDirRight: TMenuItem
  986.       Caption = 'New directory &Right'
  987.       ShortCut = 16466
  988.       OnClick = TreeViewNewdirectoryClick
  989.     end
  990.     object TreeViewRenamedir: TMenuItem
  991.       Caption = 'R&ename directory'
  992.       ShortCut = 16453
  993.       OnClick = TreeViewRenamedirClick
  994.     end
  995.     object TreeViewCopyDir: TMenuItem
  996.       Caption = '&Copy directory'
  997.       ShortCut = 16451
  998.       OnClick = TreeViewCopyDirClick
  999.     end
  1000.     object TreeViewDeleteDirLeft: TMenuItem
  1001.       Caption = '&Delete directory Left'
  1002.       ShortCut = 16452
  1003.       OnClick = TreeViewDeleteDirClick
  1004.     end
  1005.     object TreeViewDeleteDirRight: TMenuItem
  1006.       Caption = 'Delete directory R&ight'
  1007.       ShortCut = 16457
  1008.       OnClick = TreeViewDeleteDirClick
  1009.     end
  1010.     object TreeViewExploreLeft: TMenuItem
  1011.       Caption = 'E&xplore Left'
  1012.       ShortCut = 49240
  1013.       OnClick = TreeViewExploreClick
  1014.     end
  1015.     object TreeViewExploreRight: TMenuItem
  1016.       Caption = 'Ex&plore Right'
  1017.       ShortCut = 49241
  1018.       OnClick = TreeViewExploreClick
  1019.     end
  1020.     object N8: TMenuItem
  1021.       Caption = '-'
  1022.     end
  1023.     object TreeViewAdvanced1: TMenuItem
  1024.       Caption = '&Advanced'
  1025.       object TreeViewAdvancedSynchronizeLeftToRight1: TMenuItem
  1026.         Caption = 'Synchronize Left to Right'
  1027.         OnClick = TreeViewAdvancedSynchronizeLeftToRight1Click
  1028.       end
  1029.       object TreeViewAdvancedSynchronizeRighttoLeft1: TMenuItem
  1030.         Caption = 'Synchronize Right to Left'
  1031.         OnClick = TreeViewAdvancedSynchronizeLeftToRight1Click
  1032.       end
  1033.     end
  1034.   end
  1035.   object Timer1: TTimer
  1036.     Interval = 100
  1037.     OnTimer = Timer1Timer
  1038.     Left = 384
  1039.   end
  1040.   object Large: TImageList
  1041.     Height = 32
  1042.     Width = 32
  1043.     Left = 417
  1044.     Top = 1
  1045.   end
  1046.   object RefreshTimer: TTimer
  1047.     Interval = 10000
  1048.     OnTimer = ViewRefresh1Click
  1049.     Left = 417
  1050.     Top = 34
  1051.   end
  1052.   object StopTimer: TTimer
  1053.     Enabled = False
  1054.     OnTimer = StopTimerTimer
  1055.     Left = 384
  1056.     Top = 32
  1057.   end
  1058.   object ZipMasterLeft: TZipMaster
  1059.     Verbose = False
  1060.     Trace = False
  1061.     AddCompLevel = 9
  1062.     AddOptions = []
  1063.     ExtrOptions = []
  1064.     Unattended = False
  1065.     SFXPath = 'ZipSFX.bin'
  1066.     SFXOverWriteMode = OvrConfirm
  1067.     SFXCaption = 'Self-extracting Archive'
  1068.     KeepFreeOnDisk1 = 0
  1069.     VersionInfo = '1.60 L'
  1070.     AddStoreSuffixes = [assGIF, assPNG, assZ, assZIP, assZOO, assARC, assLZH, assARJ, assTAZ, assTGZ, assLHA]
  1071.     Left = 686
  1072.     Top = 37
  1073.   end
  1074.   object ZipMasterRight: TZipMaster
  1075.     Verbose = False
  1076.     Trace = False
  1077.     AddCompLevel = 9
  1078.     AddOptions = []
  1079.     ExtrOptions = []
  1080.     Unattended = False
  1081.     SFXPath = 'ZipSFX.bin'
  1082.     SFXOverWriteMode = OvrConfirm
  1083.     SFXCaption = 'Self-extracting Archive'
  1084.     KeepFreeOnDisk1 = 0
  1085.     VersionInfo = '1.60 L'
  1086.     AddStoreSuffixes = [assGIF, assPNG, assZ, assZIP, assZOO, assARC, assLZH, assARJ, assTAZ, assTGZ, assLHA]
  1087.     Left = 716
  1088.     Top = 37
  1089.   end
  1090. end
  1091.